home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 007 / exec20.arc / EXEC20.DOC next >
Encoding:
Text File  |  1987-05-24  |  1.7 KB  |  42 lines

  1. EXEC!  2.0
  2. Timed program execution utility.
  3. Copyright 1987 - John M. Parlin
  4. Donated to the public domain.  Unmodified distribution is encouraged.
  5.  
  6. EXEC! executes programs at a user-specified time.
  7.  
  8. Usage:  EXEC20
  9.  
  10. Prompts for number of commands to execute.  EXEC! can execute up to 254
  11. commands each at a specified time.  This can be useful with communications
  12. programs which accept a script file as a parameter.
  13.  
  14. For example:
  15.  
  16. If you wanted to use Procomm to access 2 bulletin board systems and
  17. upload a file to each using a Procomm CMD file.  You would tell EXEC!
  18. that you want to execute 2 commands; PROCOMM /Fscript1.cmd and PROCOMM
  19. /Fscript2.cmd.  You specify that PROCOMM /Fscript1.cmd gets executed at
  20. 22:00 and that the PROCOMM /Fscript2.cmd be executed at 23:00.  Within the
  21. Procomm script file is a command which, after completing file transfers,
  22. hangs up and exits back to DOS where program execution of EXEC! continues,
  23. waiting for 23:00 to execute PROCOMM /Fscript2.cmd.
  24.  
  25. Prompts for the filename.ext(s) of the program(s) to be executed.  Filename
  26. extensions are not required but okay.  There is no file-exist checking
  27. but you will be prompted for verification of the command or filename of the
  28. program to execute.
  29.  
  30. Displays current time and prompts for time to begin execution.  The format
  31. used for entering the time is HH:MM but dropping a leading zero from the
  32. HOUR is okay.  You are prompted for as many filenames and times as
  33. you specified in the first prompt.
  34.  
  35. Function-1 toggles the screen on or off depending on it's current state.
  36.  
  37. Function-2 Aborts.  EXEC! terminates and you go back to DOS.
  38.  
  39. If you find this program useful then... that's great.  Share it with others
  40. as well.
  41.  
  42.